Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue cleanup of HalfEdge #1536

Merged
merged 8 commits into from
Jan 25, 2023
Merged

Continue cleanup of HalfEdge #1536

merged 8 commits into from
Jan 25, 2023

Conversation

hannobraun
Copy link
Owner

This is another step towards #1525. It builds on #1535 to further the goal of having HalfEdge only reference a single SurfaceVertex.

`HalfEdge` will soon only reference a single `SurfaceVertex`. Since this
validation check relies on having access to both, it needs to move to
the level of `Cycle`.
Since surface vertices are shared between neighboring half-edges, it's
overkill to check both surface vertices of each half-edge.
@hannobraun hannobraun enabled auto-merge January 25, 2023 12:49
@hannobraun hannobraun merged commit 04f69bb into main Jan 25, 2023
@hannobraun hannobraun deleted the edge branch January 25, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant